home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / csr_001.arc / CSRTIME.H < prev    next >
Text File  |  1988-09-02  |  512b  |  37 lines

  1. /*
  2. **  C S R T I M E . H
  3. **
  4. **  C Spot Run date declarations.
  5. **
  6. **  Created: 05/05/86   Last Updated: 05/05/86
  7. **
  8. */
  9.  
  10. static char *day[7] =
  11.  {
  12.   "Sunday",
  13.   "Monday",
  14.   "Tuesday",
  15.   "Wednesday",
  16.   "Thursday",
  17.   "Friday",
  18.   "Saturday"
  19.  };
  20.  
  21. static char *month[13] = 
  22.  {
  23.   "",
  24.   "January",
  25.   "February",
  26.   "March",
  27.   "April",
  28.   "May",
  29.   "June",
  30.   "July",
  31.   "August",
  32.   "September",
  33.   "October",
  34.   "November",
  35.   "December"
  36.  };
  37.